*
{
    margin: 0;
    padding: 0;
}
a
{
    text-decoration: none;
}
body
{
    background-color: #054379;
    color: #fff;
    font-family: 'Open Sans' , sans-serif;
}

.conteudoGeral
{
    width: 1200px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -600px;
    margin-top: -250px;
}
h1
{
    font-size: 28px;
    text-align: center;
}
hr
{
    width: 33.1%;
    margin: 0 auto;
}
.bold
{
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
}
.apoio
{
    font-size: 12px;
    text-align: center;
}
button
{
    background-color: #277bc4;
    border: none;
    color: #fff;
    width: 160px;
    height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    margin-top: 50px;
    font-size: 12px;
}
button:hover
{
    cursor: pointer;
    background-color: #2b93cf;
}
img
{
    max-width: 100px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    margin-top: 160px;
}
